home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / set_date.zip / SET_DATE.DOC next >
Text File  |  1991-01-10  |  854b  |  24 lines

  1. ---------------------------------------------------------------------------
  2. SET_DATE.EXE   Changes the date and/or timestamp information of a file or
  3.                group of files.
  4.  
  5. Author:  M. D. Shapiro  12/90
  6. ---------------------------------------------------------------------------
  7.  
  8. Usage:  SET_DATE filespec dd/mm/yy hh:mm:ss
  9.         SET_DATE filespec dd/mm/yy
  10.         SET_DATE filespec hh:mm:ss
  11.  
  12. Notes:
  13.     - The filespec may contain wildcard characters.
  14.     - Years 80-99 are assumed to be 1980-1999, years 00-79 are assumed
  15.       to be 2000-2079.
  16.     - Use '**' to specify no change to a field.
  17.     
  18. Example:    
  19.     SET_DATE C:\123\*.WK1 01/**/91
  20.     
  21.     Changes the month and year of all .WK1 files in the specified
  22.     directory to January 1991, the day is not changed.    
  23. ---------------------------------------------------------------------------
  24.